.fl-wap{display: none;}
.c-dropdown {
  position: relative;
  display: inline-block;
  text-align: left;
}

.c-dropdown__list {
  margin: 5px 0 0 0;
  padding: 6px 0;
  list-style: none;
  position: absolute;
  top: 40px;
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: opacity .25s linear, top .25s linear;
  transition: opacity .25s linear, top .25s linear;
	width: 150px;
	box-shadow: 0 0 10px #eee;
}
.c-dropdown:hover .c-dropdown__list {
  opacity: 1;
  visibility: visible;
	width: 150px;
	z-index: 99;
}

.c-dropdown__item {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
	height: 20px;
	overflow: hidden;
  cursor: pointer;
  color: #434A54;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: background-color .25s linear;
  transition: background-color .25s linear;
}
.c-dropdown__item:hover {
  background-color: #E6E9ED;
}

/**
 * Component: Button
 * --------------------------------------------------
 */
.c-button {
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  overflow: visible;
  font: inherit;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-button:hover, .c-button:focus {
  outline: none;
  text-decoration: none;
}
.c-button:not(:disabled) {
  cursor: pointer;
}

/**
 * Component: Button
 * Modifier: Dropdown
 * --------------------------------------------------
 */
.c-button--dropdown {
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.index-pro{display: none;padding: 40px 0 10px;background: #fff;}
.index-pro li{width: 48%;float: left;margin-right: 2%;margin-bottom: 20px;text-align: center;}
.index-pro li:nth-child(2n){margin-right: 0;}
.index-pro li p{font-size: 15px;color: #333;margin-top: 10px;}
.index-pro li .imgfd{border: 1px solid #eee;box-sizing: border-box;}
.imgfd{overflow: hidden;}
.imgfd img{transition: all 0.5s ease;height: auto;max-width: 100%;margin: 0 auto;display: block;vertical-align: middle;}
.imgfd:hover img{transform: scale(1.1);}


@media (max-width: 600px){
	#ind_banner .slide{background-position: 60% 20%;}
	.pbanner{background-size: cover;background-position: bottom;}
	.scase .d3 li{width: 48%;margin-bottom: 10px;float: left;}
	.scase .d3 li:nth-child(2n){float: right;}
	#pre_pro{padding-bottom: 30px;}
	#header .navbar .telicon,#shareicon,.com-fl{display: none;}
	.c{clear: both;}.fl{float: left;}.fr{float: right;}
	.fl-wap,.scase .d3 ul,.spblok .nums,.index-pro{display: block;}
	.pbanner ._l .des{height: 150px;overflow: hidden;}
	.spblok .nums .li_box .number .num{font-size: 3rem;}
	.spblok .nums .li_box{width: 45%;float: left;}
	.spblok .nums{margin-left: 0;}
	.spblok .nums .li_box .number .num+.num{font-size: 2rem;}
	.scase .d1 .num{font-size: 4.5rem;}
	.pmid{background: #1055b6;}
	.pmid dl dd{border: 1px solid #fff;}
	.pmid dl{padding-top: 30px;}
	.innernav{overflow: initial;padding: 0;height: 60px;line-height: 60px;margin-top: -10px;}
	.innernav .path{margin-top: 0;overflow: initial;}
}